x86/boot/reloc: rename some variables and rearrange code a bit
authorDaniel Kiper <daniel.kiper@oracle.com>
Mon, 19 Sep 2016 15:24:20 +0000 (17:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 19 Sep 2016 15:24:20 +0000 (17:24 +0200)
commitb09499d3b98b317192465820668429301f6a3741
tree896af3568489a48ccc09e6321bc61c4312a2488b
parent7d69fb522f5fbef7a6c19472de810ac5d8a77955
x86/boot/reloc: rename some variables and rearrange code a bit

Replace mbi with mbi_out and mbi_old with mbi_in and rearrange code
a bit to make it more readable. Additionally, this way multiboot (v1)
protocol implementation and future multiboot2 protocol implementation
will use the same variable naming convention.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/boot/reloc.c